﻿2026-06-13T11:06:03.7742260Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-13T11:06:03.7742631Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-13T11:06:03.7742883Z [36;1m$PIN = "0c95435"[0m
2026-06-13T11:06:03.7743119Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-13T11:06:03.7743374Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-13T11:06:03.7743766Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-13T11:06:03.7744135Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-13T11:06:03.7744451Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-13T11:06:03.7744742Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-13T11:06:03.7744977Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-13T11:06:03.7745314Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-13T11:06:03.7745655Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-13T11:06:03.7745963Z [36;1m}[0m
2026-06-13T11:06:03.7746640Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-13T11:06:03.7747115Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T11:06:03.7822394Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:06:03.7822684Z ##[endgroup]
2026-06-13T11:06:04.6005337Z    Compiling proc-macro2 v1.0.106
2026-06-13T11:06:04.6005721Z    Compiling unicode-ident v1.0.24
2026-06-13T11:06:04.6005953Z    Compiling quote v1.0.45
2026-06-13T11:06:04.6006174Z    Compiling cfg-if v1.0.4
2026-06-13T11:06:04.6006384Z    Compiling serde_core v1.0.228
2026-06-13T11:06:04.6007743Z    Compiling serde v1.0.228
2026-06-13T11:06:04.6008035Z    Compiling windows-link v0.2.1
2026-06-13T11:06:04.6008364Z    Compiling portable-atomic v1.13.1
2026-06-13T11:06:04.6008850Z    Compiling typenum v1.20.1
2026-06-13T11:06:04.6009418Z    Compiling getrandom v0.3.4
2026-06-13T11:06:04.6009898Z    Compiling version_check v0.9.5
2026-06-13T11:06:04.6010243Z    Compiling pin-project-lite v0.2.17
2026-06-13T11:06:04.6010691Z    Compiling find-msvc-tools v0.1.9
2026-06-13T11:06:04.6011041Z    Compiling shlex v2.0.1
2026-06-13T11:06:04.6011397Z    Compiling critical-section v1.2.0
2026-06-13T11:06:04.6011809Z    Compiling memchr v2.8.1
2026-06-13T11:06:04.6741637Z    Compiling windows-sys v0.61.2
2026-06-13T11:06:04.6953069Z    Compiling subtle v2.6.1
2026-06-13T11:06:04.7108073Z    Compiling futures-core v0.3.32
2026-06-13T11:06:04.7973064Z    Compiling bytes v1.11.1
2026-06-13T11:06:04.8070198Z    Compiling smallvec v1.15.1
2026-06-13T11:06:04.9409996Z    Compiling semver v1.0.28
2026-06-13T11:06:04.9448174Z    Compiling itoa v1.0.18
2026-06-13T11:06:04.9641914Z    Compiling equivalent v1.0.2
2026-06-13T11:06:05.0366173Z    Compiling stable_deref_trait v1.2.1
2026-06-13T11:06:05.0836403Z    Compiling log v0.4.32
2026-06-13T11:06:05.1045906Z    Compiling generic-array v0.14.7
2026-06-13T11:06:05.1404597Z    Compiling futures-io v0.3.32
2026-06-13T11:06:05.1478390Z    Compiling slab v0.4.12
2026-06-13T11:06:05.2528702Z    Compiling rustc_version v0.4.1
2026-06-13T11:06:05.2868178Z    Compiling futures-sink v0.3.32
2026-06-13T11:06:05.3233657Z    Compiling futures-task v0.3.32
2026-06-13T11:06:05.3457011Z    Compiling hashbrown v0.17.1
2026-06-13T11:06:05.3516182Z    Compiling getrandom v0.2.17
2026-06-13T11:06:05.3596402Z    Compiling cpufeatures v0.2.17
2026-06-13T11:06:05.5223148Z    Compiling futures-channel v0.3.32
2026-06-13T11:06:05.5526686Z    Compiling fnv v1.0.7
2026-06-13T11:06:05.5527152Z    Compiling libc v0.2.186
2026-06-13T11:06:05.5825441Z    Compiling rand_core v0.10.1
2026-06-13T11:06:05.5988639Z    Compiling cfg_aliases v0.2.1
2026-06-13T11:06:05.6526000Z    Compiling jobserver v0.1.34
2026-06-13T11:06:05.7244536Z    Compiling autocfg v1.5.1
2026-06-13T11:06:05.7246353Z    Compiling rustversion v1.0.22
2026-06-13T11:06:05.7278261Z    Compiling litemap v0.8.2
2026-06-13T11:06:05.7486583Z    Compiling writeable v0.6.3
2026-06-13T11:06:05.7902352Z    Compiling dunce v1.0.5
2026-06-13T11:06:05.8099436Z    Compiling utf8_iter v1.0.4
2026-06-13T11:06:05.8475915Z    Compiling cc v1.2.63
2026-06-13T11:06:05.8606455Z    Compiling fs_extra v1.3.0
2026-06-13T11:06:05.8937474Z    Compiling icu_properties_data v2.2.0
2026-06-13T11:06:05.9825753Z    Compiling getrandom v0.4.2
2026-06-13T11:06:06.0189073Z    Compiling indexmap v2.14.0
2026-06-13T11:06:06.0262353Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T11:06:06.0433825Z    Compiling percent-encoding v2.3.2
2026-06-13T11:06:06.0514974Z    Compiling http v1.4.1
2026-06-13T11:06:06.1138658Z    Compiling strsim v0.11.1
2026-06-13T11:06:06.3114988Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:06:06.3401073Z    Compiling crypto-common v0.1.7
2026-06-13T11:06:06.3709784Z    Compiling thiserror v2.0.18
2026-06-13T11:06:06.4303857Z    Compiling cpufeatures v0.3.0
2026-06-13T11:06:06.4682421Z    Compiling block-buffer v0.10.4
2026-06-13T11:06:06.5522695Z    Compiling syn v2.0.117
2026-06-13T11:06:06.5869216Z    Compiling chacha20 v0.10.0
2026-06-13T11:06:06.6710134Z    Compiling cmake v0.1.58
2026-06-13T11:06:06.6934174Z    Compiling form_urlencoded v1.2.2
2026-06-13T11:06:06.6934685Z    Compiling untrusted v0.9.0
2026-06-13T11:06:06.7299708Z    Compiling ident_case v1.0.1
2026-06-13T11:06:06.7484606Z    Compiling digest v0.10.7
2026-06-13T11:06:06.7748381Z    Compiling rand v0.10.1
2026-06-13T11:06:06.7808937Z    Compiling num-traits v0.2.19
2026-06-13T11:06:06.8153258Z    Compiling windows-strings v0.5.1
2026-06-13T11:06:06.8362437Z    Compiling windows-result v0.4.1
2026-06-13T11:06:06.8788529Z    Compiling scopeguard v1.2.0
2026-06-13T11:06:06.8942337Z    Compiling rustls v0.23.40
2026-06-13T11:06:06.9108286Z    Compiling unicode-segmentation v1.13.3
2026-06-13T11:06:06.9982417Z    Compiling lock_api v0.4.14
2026-06-13T11:06:07.0249171Z    Compiling anyhow v1.0.102
2026-06-13T11:06:07.1858162Z    Compiling unicode-xid v0.2.6
2026-06-13T11:06:07.1858741Z    Compiling bitflags v2.12.1
2026-06-13T11:06:07.3102225Z    Compiling atomic-waker v1.1.2
2026-06-13T11:06:07.3479273Z    Compiling convert_case v0.10.0
2026-06-13T11:06:07.3672172Z    Compiling const-oid v0.10.2
2026-06-13T11:06:07.3737802Z    Compiling zerocopy v0.8.50
2026-06-13T11:06:07.4720913Z    Compiling httparse v1.10.1
2026-06-13T11:06:07.4762574Z    Compiling http-body v1.0.1
2026-06-13T11:06:07.4953442Z    Compiling curve25519-dalek v4.1.3
2026-06-13T11:06:07.5692613Z    Compiling hybrid-array v0.4.12
2026-06-13T11:06:07.6239486Z    Compiling ahash v0.8.12
2026-06-13T11:06:07.6458591Z    Compiling powerfmt v0.2.0
2026-06-13T11:06:07.6731096Z    Compiling fastrand v2.4.1
2026-06-13T11:06:07.6874494Z    Compiling base64ct v1.8.3
2026-06-13T11:06:07.7256481Z    Compiling heck v0.5.0
2026-06-13T11:06:07.8387224Z    Compiling deranged v0.5.8
2026-06-13T11:06:07.8891954Z    Compiling rand_core v0.6.4
2026-06-13T11:06:07.9854655Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T11:06:08.0125141Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:06:08.0144745Z    Compiling ring v0.17.14
2026-06-13T11:06:08.0536071Z    Compiling base64 v0.22.1
2026-06-13T11:06:08.0885800Z    Compiling num-conv v0.2.2
2026-06-13T11:06:08.0953469Z    Compiling try-lock v0.2.5
2026-06-13T11:06:08.1266987Z    Compiling tinyvec_macros v0.1.1
2026-06-13T11:06:08.2061145Z    Compiling parking_lot_core v0.9.12
2026-06-13T11:06:08.2397814Z    Compiling data-encoding v2.11.0
2026-06-13T11:06:08.3141021Z    Compiling zmij v1.0.21
2026-06-13T11:06:08.3366887Z    Compiling pkg-config v0.3.33
2026-06-13T11:06:08.3883610Z    Compiling vcpkg v0.2.15
2026-06-13T11:06:08.3971180Z    Compiling time-core v0.1.8
2026-06-13T11:06:08.4054089Z    Compiling tower-service v0.3.3
2026-06-13T11:06:08.4886065Z    Compiling want v0.3.1
2026-06-13T11:06:08.5736168Z    Compiling tinyvec v1.11.0
2026-06-13T11:06:08.6171946Z    Compiling crypto-common v0.2.2
2026-06-13T11:06:08.6412582Z    Compiling block-buffer v0.12.0
2026-06-13T11:06:08.6479984Z    Compiling vergen-lib v9.1.0
2026-06-13T11:06:08.6866017Z    Compiling sha2 v0.10.9
2026-06-13T11:06:08.6938407Z    Compiling inout v0.1.4
2026-06-13T11:06:08.8474562Z    Compiling n0-future v0.3.2
2026-06-13T11:06:08.8602429Z    Compiling spin v0.10.0
2026-06-13T11:06:08.9739226Z    Compiling winnow v1.0.3
2026-06-13T11:06:08.9795502Z    Compiling cordyceps v0.3.4
2026-06-13T11:06:09.0374904Z    Compiling serde_json v1.0.150
2026-06-13T11:06:09.0445822Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-13T11:06:09.1521113Z    Compiling parking v2.2.1
2026-06-13T11:06:09.1865735Z    Compiling diatomic-waker v0.2.3
2026-06-13T11:06:09.2415337Z    Compiling httpdate v1.0.3
2026-06-13T11:06:09.2739202Z    Compiling signature v2.2.0
2026-06-13T11:06:09.3363353Z    Compiling crossbeam-utils v0.8.21
2026-06-13T11:06:09.3815053Z    Compiling ed25519 v2.2.3
2026-06-13T11:06:09.4367972Z    Compiling digest v0.11.3
2026-06-13T11:06:09.4663476Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:06:09.5121222Z    Compiling futures-buffered v0.2.13
2026-06-13T11:06:09.5180612Z    Compiling futures-lite v2.6.1
2026-06-13T11:06:09.6520593Z    Compiling cipher v0.4.4
2026-06-13T11:06:09.7779467Z    Compiling vergen v9.1.0
2026-06-13T11:06:09.7781235Z    Compiling vergen-lib v0.1.6
2026-06-13T11:06:09.8109729Z    Compiling universal-hash v0.5.1
2026-06-13T11:06:09.9355323Z    Compiling heapless v0.7.17
2026-06-13T11:06:09.9834551Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T11:06:09.9879295Z    Compiling noq-udp v0.10.0
2026-06-13T11:06:10.0055719Z    Compiling sync_wrapper v1.0.2
2026-06-13T11:06:10.0471374Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T11:06:10.0571206Z    Compiling byteorder v1.5.0
2026-06-13T11:06:10.1261109Z    Compiling either v1.16.0
2026-06-13T11:06:10.1378718Z    Compiling opaque-debug v0.3.1
2026-06-13T11:06:10.3001484Z    Compiling polyval v0.6.2
2026-06-13T11:06:10.3030320Z    Compiling hash32 v0.2.1
2026-06-13T11:06:10.4039355Z    Compiling parking_lot v0.12.5
2026-06-13T11:06:10.4712190Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:06:10.5015419Z    Compiling spin v0.9.8
2026-06-13T11:06:10.5618885Z    Compiling windows-threading v0.2.1
2026-06-13T11:06:10.5872367Z    Compiling fallible-iterator v0.3.0
2026-06-13T11:06:10.5995888Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T11:06:10.6415347Z    Compiling tower-layer v0.3.3
2026-06-13T11:06:10.7524226Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T11:06:10.7964494Z    Compiling signature v3.0.0
2026-06-13T11:06:10.8482267Z    Compiling windows-targets v0.52.6
2026-06-13T11:06:10.8752663Z    Compiling ghash v0.5.1
2026-06-13T11:06:10.9220217Z    Compiling ctr v0.9.2
2026-06-13T11:06:10.9467812Z    Compiling aes v0.8.4
2026-06-13T11:06:11.0000228Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T11:06:11.0297354Z    Compiling time v0.3.47
2026-06-13T11:06:11.0587072Z    Compiling http-body-util v0.1.3
2026-06-13T11:06:11.1351106Z    Compiling aead v0.5.2
2026-06-13T11:06:11.1711659Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:06:11.2105375Z    Compiling ipconfig v0.3.4
2026-06-13T11:06:11.2981890Z    Compiling synstructure v0.13.2
2026-06-13T11:06:11.3434910Z    Compiling darling_core v0.20.11
2026-06-13T11:06:11.4743953Z    Compiling winapi v0.3.9
2026-06-13T11:06:11.5512228Z    Compiling widestring v1.2.1
2026-06-13T11:06:11.7495807Z    Compiling aes-gcm v0.10.3
2026-06-13T11:06:11.7700603Z    Compiling crossbeam-channel v0.5.15
2026-06-13T11:06:11.9695502Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:06:12.1504138Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T11:06:12.1816740Z    Compiling windows-sys v0.59.0
2026-06-13T11:06:12.2890029Z    Compiling blake3 v1.8.5
2026-06-13T11:06:12.4234084Z    Compiling windows-registry v0.6.1
2026-06-13T11:06:12.5138724Z    Compiling uuid v1.23.2
2026-06-13T11:06:12.5221645Z    Compiling memoffset v0.6.5
2026-06-13T11:06:12.5991107Z    Compiling acto v0.8.2
2026-06-13T11:06:12.6774709Z    Compiling noq v0.18.0
2026-06-13T11:06:12.6897381Z    Compiling netwatch v0.16.0
2026-06-13T11:06:12.8036219Z    Compiling aho-corasick v1.1.4
2026-06-13T11:06:12.8325853Z    Compiling regex-syntax v0.8.10
2026-06-13T11:06:12.8592315Z    Compiling allocator-api2 v0.2.21
2026-06-13T11:06:12.8919449Z    Compiling identity-hash v0.1.0
2026-06-13T11:06:13.0550815Z    Compiling socket2 v0.6.4
2026-06-13T11:06:13.0751896Z    Compiling mio v1.2.1
2026-06-13T11:06:13.1080914Z    Compiling thiserror v1.0.69
2026-06-13T11:06:13.1784130Z    Compiling ryu v1.0.23
2026-06-13T11:06:13.1963667Z    Compiling foldhash v0.2.0
2026-06-13T11:06:13.2210584Z    Compiling lru-slab v0.1.2
2026-06-13T11:06:13.2603189Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T11:06:13.2684844Z    Compiling rustc-hash v2.1.2
2026-06-13T11:06:13.4093672Z    Compiling mac-addr v0.3.0
2026-06-13T11:06:13.4217041Z    Compiling tagptr v0.2.0
2026-06-13T11:06:13.4217531Z    Compiling ref-cast v1.0.25
2026-06-13T11:06:13.4339048Z    Compiling xml-rs v0.8.28
2026-06-13T11:06:13.6078303Z    Compiling hashbrown v0.16.1
2026-06-13T11:06:13.8487843Z    Compiling serde_derive v1.0.228
2026-06-13T11:06:13.8602816Z    Compiling zeroize_derive v1.4.3
2026-06-13T11:06:13.8759722Z    Compiling zerofrom-derive v0.1.7
2026-06-13T11:06:13.9462356Z    Compiling yoke-derive v0.8.2
2026-06-13T11:06:14.0472628Z    Compiling tokio-macros v2.7.0
2026-06-13T11:06:14.3111142Z    Compiling futures-macro v0.3.32
2026-06-13T11:06:14.3599849Z    Compiling zerovec-derive v0.11.3
2026-06-13T11:06:14.6569661Z    Compiling displaydoc v0.2.6
2026-06-13T11:06:14.6948838Z    Compiling zeroize v1.8.2
2026-06-13T11:06:14.7654328Z    Compiling tracing-attributes v0.1.31
2026-06-13T11:06:14.8591228Z    Compiling thiserror-impl v2.0.18
2026-06-13T11:06:14.9051673Z    Compiling tokio v1.52.3
2026-06-13T11:06:15.1014336Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T11:06:15.2388024Z    Compiling rustls-pki-types v1.14.1
2026-06-13T11:06:15.3958349Z    Compiling futures-util v0.3.32
2026-06-13T11:06:15.3979092Z    Compiling darling_macro v0.20.11
2026-06-13T11:06:15.5020038Z    Compiling derive_more-impl v2.1.1
2026-06-13T11:06:15.6634872Z    Compiling zerofrom v0.1.8
2026-06-13T11:06:15.7438901Z    Compiling windows-interface v0.59.3
2026-06-13T11:06:15.9061852Z    Compiling n0-error-macros v0.1.3
2026-06-13T11:06:15.9107967Z    Compiling spez v0.1.2
2026-06-13T11:06:15.9653262Z    Compiling darling v0.20.11
2026-06-13T11:06:16.0446429Z    Compiling yoke v0.8.3
2026-06-13T11:06:16.1006749Z    Compiling windows-implement v0.60.2
2026-06-13T11:06:16.2657374Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:06:16.3938551Z    Compiling zerovec v0.11.6
2026-06-13T11:06:16.4646435Z    Compiling zerotrie v0.2.4
2026-06-13T11:06:16.4883561Z    Compiling der v0.8.0-rc.10
2026-06-13T11:06:16.5708237Z    Compiling pin-project-internal v1.1.13
2026-06-13T11:06:16.7527100Z    Compiling postcard-derive v0.2.2
2026-06-13T11:06:16.9986675Z    Compiling n0-error v0.1.3
2026-06-13T11:06:17.0077639Z    Compiling windows-core v0.62.2
2026-06-13T11:06:17.0223623Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T11:06:17.1288011Z    Compiling tinystr v0.8.3
2026-06-13T11:06:17.1674676Z    Compiling potential_utf v0.1.5
2026-06-13T11:06:17.3557439Z    Compiling icu_locale_core v2.2.0
2026-06-13T11:06:17.4000573Z    Compiling icu_collections v2.2.0
2026-06-13T11:06:17.4277792Z    Compiling cobs v0.3.0
2026-06-13T11:06:17.4445393Z    Compiling ed25519-dalek v2.2.0
2026-06-13T11:06:17.5560956Z    Compiling data-encoding-macro v0.1.20
2026-06-13T11:06:17.5726071Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:06:17.6612057Z    Compiling spki v0.8.0-rc.4
2026-06-13T11:06:17.6678007Z    Compiling spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T11:06:17.7431977Z    Compiling windows-numerics v0.3.1
2026-06-13T11:06:17.8233366Z    Compiling windows-collections v0.3.2
2026-06-13T11:06:17.9129535Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T11:06:17.9345773Z    Compiling windows-future v0.3.2
2026-06-13T11:06:18.0158530Z    Compiling derive_builder v0.20.2
2026-06-13T11:06:18.0232482Z    Compiling strum_macros v0.28.0
2026-06-13T11:06:18.1398140Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:06:18.2795300Z    Compiling pin-project v1.1.13
2026-06-13T11:06:18.3439674Z    Compiling icu_provider v2.2.0
2026-06-13T11:06:18.3901989Z    Compiling futures-executor v0.3.32
2026-06-13T11:06:18.5758639Z    Compiling futures v0.3.32
2026-06-13T11:06:18.6386478Z    Compiling icu_properties v2.2.0
2026-06-13T11:06:18.6790723Z    Compiling icu_normalizer v2.2.0
2026-06-13T11:06:18.7086019Z    Compiling windows v0.62.2
2026-06-13T11:06:18.7365874Z    Compiling enum-assoc v1.3.0
2026-06-13T11:06:18.8038022Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T11:06:18.8240315Z    Compiling async-trait v0.1.89
2026-06-13T11:06:18.8899381Z    Compiling regex-automata v0.4.14
2026-06-13T11:06:19.2542067Z    Compiling tokio-util v0.7.18
2026-06-13T11:06:19.3494709Z    Compiling ipnet v2.12.0
2026-06-13T11:06:19.5267407Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T11:06:19.7505449Z    Compiling once_cell v1.21.4
2026-06-13T11:06:19.8136159Z    Compiling idna_adapter v1.2.2
2026-06-13T11:06:19.9812950Z    Compiling tracing-core v0.1.36
2026-06-13T11:06:20.0021777Z    Compiling idna v1.1.0
2026-06-13T11:06:20.2424955Z    Compiling derive_more v2.1.1
2026-06-13T11:06:20.2747414Z    Compiling prefix-trie v0.8.4
2026-06-13T11:06:20.2792951Z    Compiling postcard v1.1.3
2026-06-13T11:06:20.3130511Z    Compiling hashbrown v0.14.5
2026-06-13T11:06:20.3412523Z    Compiling tower v0.5.3
2026-06-13T11:06:20.3715144Z    Compiling chrono v0.4.45
2026-06-13T11:06:20.5516533Z    Compiling tracing v0.1.44
2026-06-13T11:06:20.7326426Z    Compiling url v2.5.8
2026-06-13T11:06:20.8634712Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T11:06:20.9359335Z    Compiling h2 v0.4.14
2026-06-13T11:06:20.9361949Z    Compiling hashlink v0.9.1
2026-06-13T11:06:20.9964824Z    Compiling n0-watcher v0.6.1
2026-06-13T11:06:21.0593506Z    Compiling strum v0.28.0
2026-06-13T11:06:21.0741282Z    Compiling iroh-metrics v0.38.3
2026-06-13T11:06:21.1003051Z    Compiling tokio-stream v0.1.18
2026-06-13T11:06:21.3072869Z    Compiling rusqlite v0.32.1
2026-06-13T11:06:21.3159821Z    Compiling moka v0.12.15
2026-06-13T11:06:21.3215861Z    Compiling netdev v0.42.0
2026-06-13T11:06:21.3529289Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T11:06:21.3685647Z    Compiling iroh-base v0.98.0
2026-06-13T11:06:21.4548427Z    Compiling attohttpc v0.30.1
2026-06-13T11:06:21.6121978Z    Compiling tower-http v0.6.11
2026-06-13T11:06:21.7028702Z    Compiling iroh-relay v0.98.0
2026-06-13T11:06:22.0680094Z    Compiling num_enum v0.7.6
2026-06-13T11:06:22.1623412Z    Compiling serde_spanned v0.6.9
2026-06-13T11:06:22.1959667Z    Compiling toml_datetime v0.6.11
2026-06-13T11:06:22.2120844Z    Compiling xmltree v0.10.3
2026-06-13T11:06:22.2352140Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T11:06:22.3209476Z    Compiling thiserror-impl v1.0.69
2026-06-13T11:06:22.3340623Z    Compiling ref-cast-impl v1.0.25
2026-06-13T11:06:22.3691905Z    Compiling serde_derive_internals v0.29.1
2026-06-13T11:06:22.4843933Z    Compiling simple-dns v0.9.3
2026-06-13T11:06:22.5450005Z    Compiling serial-core v0.4.0
2026-06-13T11:06:22.5911035Z    Compiling arrayvec v0.7.6
2026-06-13T11:06:22.8143442Z    Compiling constant_time_eq v0.4.2
2026-06-13T11:06:22.9376345Z    Compiling resolv-conf v0.7.6
2026-06-13T11:06:22.9825774Z    Compiling winreg v0.10.1
2026-06-13T11:06:23.0711512Z    Compiling sha1_smol v1.0.1
2026-06-13T11:06:23.0716256Z    Compiling winnow v0.7.15
2026-06-13T11:06:23.1781925Z    Compiling smol_str v0.1.24
2026-06-13T11:06:23.2990696Z    Compiling arrayref v0.3.9
2026-06-13T11:06:23.3609974Z    Compiling simdutf8 v0.1.5
2026-06-13T11:06:23.4003556Z    Compiling toml_write v0.1.2
2026-06-13T11:06:23.5900802Z    Compiling iroh-dns v0.98.0
2026-06-13T11:06:23.7097917Z    Compiling serial-windows v0.4.0
2026-06-13T11:06:23.7241241Z    Compiling schemars_derive v1.2.1
2026-06-13T11:06:23.9714006Z    Compiling regex v1.12.3
2026-06-13T11:06:23.9756087Z    Compiling webpki-roots v1.0.7
2026-06-13T11:06:24.1156580Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T11:06:24.1773395Z    Compiling lru v0.16.4
2026-06-13T11:06:24.1774961Z    Compiling seize v0.5.1
2026-06-13T11:06:24.2532701Z    Compiling serde_bytes v0.11.19
2026-06-13T11:06:24.2914427Z    Compiling hmac v0.12.1
2026-06-13T11:06:24.3211141Z    Compiling iroh v0.98.2
2026-06-13T11:06:24.4393487Z    Compiling bitflags v1.3.2
2026-06-13T11:06:24.4785305Z    Compiling lazy_static v1.5.0
2026-06-13T11:06:24.5564827Z    Compiling dyn-clone v1.0.20
2026-06-13T11:06:24.5597445Z    Compiling anstyle v1.0.14
2026-06-13T11:06:24.5889443Z    Compiling cmov v0.5.4
2026-06-13T11:06:24.6900449Z    Compiling utf8parse v0.2.2
2026-06-13T11:06:24.6901046Z    Compiling pin-utils v0.1.0
2026-06-13T11:06:24.7162567Z    Compiling once_cell_polyfill v1.70.2
2026-06-13T11:06:24.7448591Z    Compiling hyper v1.10.1
2026-06-13T11:06:24.7858374Z    Compiling ctutils v0.4.2
2026-06-13T11:06:24.8159852Z    Compiling anstyle-wincon v3.0.11
2026-06-13T11:06:24.8262562Z    Compiling anstyle-parse v1.0.0
2026-06-13T11:06:24.8418711Z    Compiling nix v0.25.1
2026-06-13T11:06:24.8735748Z    Compiling shared_library v0.1.9
2026-06-13T11:06:24.9493339Z    Compiling toml_edit v0.22.27
2026-06-13T11:06:25.0320001Z    Compiling hkdf v0.12.4
2026-06-13T11:06:25.0385763Z    Compiling papaya v0.2.4
2026-06-13T11:06:25.0386278Z    Compiling filedescriptor v0.8.3
2026-06-13T11:06:25.2350468Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:06:25.2566002Z    Compiling serial v0.4.0
2026-06-13T11:06:25.3625996Z    Compiling backon v1.6.0
2026-06-13T11:06:25.3798371Z    Compiling anstyle-query v1.1.5
2026-06-13T11:06:25.3798931Z    Compiling shell-words v1.1.1
2026-06-13T11:06:25.4220282Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T11:06:25.4643262Z    Compiling colorchoice v1.0.5
2026-06-13T11:06:25.5643198Z    Compiling downcast-rs v1.2.1
2026-06-13T11:06:25.6030498Z    Compiling anstream v1.0.0
2026-06-13T11:06:25.6040143Z    Compiling spake2 v0.4.0
2026-06-13T11:06:25.6183062Z    Compiling terminal_size v0.4.4
2026-06-13T11:06:25.6475810Z    Compiling portable-pty v0.8.1
2026-06-13T11:06:25.7294459Z    Compiling sha1 v0.10.6
2026-06-13T11:06:25.7737112Z    Compiling doctest-file v1.1.1
2026-06-13T11:06:25.8676065Z    Compiling clap_lex v1.1.0
2026-06-13T11:06:26.0164719Z    Compiling recvmsg v1.0.0
2026-06-13T11:06:26.0584585Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T11:06:26.1236509Z    Compiling clap_builder v4.6.0
2026-06-13T11:06:26.1288414Z    Compiling schemars v1.2.1
2026-06-13T11:06:26.2208150Z    Compiling hyper-util v0.1.20
2026-06-13T11:06:26.3244873Z    Compiling clap_derive v4.6.1
2026-06-13T11:06:26.4870537Z    Compiling interprocess v2.4.2
2026-06-13T11:06:26.6050125Z    Compiling qrcode v0.14.1
2026-06-13T11:06:26.9565153Z    Compiling tempfile v3.27.0
2026-06-13T11:06:27.1529277Z    Compiling toml v0.8.23
2026-06-13T11:06:27.7274672Z    Compiling igd-next v0.17.1
2026-06-13T11:06:27.9128617Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T11:06:28.7836239Z    Compiling wmi v0.18.4
2026-06-13T11:06:28.7942487Z    Compiling clap v4.6.1
2026-06-13T11:06:29.7709896Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T11:06:30.3863301Z    Compiling portmapper v0.16.0
2026-06-13T11:06:41.6312842Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:06:43.9147593Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:06:43.9147971Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:06:43.9148573Z    Compiling noq-proto v0.17.0
2026-06-13T11:06:44.0673930Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:06:44.0674729Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:06:44.0675067Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:06:44.2199725Z    Compiling reqwest v0.13.4
2026-06-13T11:06:45.1471464Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:07:01.6083207Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T11:07:02.9166237Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T11:07:10.3432856Z    Compiling spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T11:07:16.1236931Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
2026-06-13T11:07:16.1446292Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6cde78ecf3b148be.exe)
2026-06-13T11:07:16.1938498Z 
2026-06-13T11:07:16.1939165Z running 1 test
2026-06-13T11:07:23.2627122Z test new_brain_serves_against_old_broker ... ok
2026-06-13T11:07:23.2627401Z 
2026-06-13T11:07:23.2627595Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.07s
2026-06-13T11:07:23.2627820Z 
